Paltalk beta version supports programmers to create bots ( Paltalk NG )

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #213174
    VN
    Member

    The fix will be delivered with the next 29.3 build.Together with the fix, we added the ability to get the room member is asking for a microphone flag (Microphone queue flag). To get this flag…..
    Please visit the group for more information
    https://groups.google.com/g/developerpaltalk

    #213176
    syntax-error
    Member

    hi chicagodavid52,can you share your codes in readroom? i will thankfull if you can show me the codes,i am planning to make a simple triavia bot and welcomebots for paltalk,because i use your greeter but greeter only work if the readroom is open,so i am planning to make it together in 1 project.

    thanks.

    #213180

    I need to send message containing icon and unicode to paltalt through RichEdit20W i am getting font error like this “Xin chᅢᅠo! ᅣミᅢᄁy lᅢᅠ m£ᄏルt tin nh£ᄎᆵn Unicode ti£ᄎ﾿ng Vi£ᄏヌt cᅢᄈ d£ᄎᆬu￯﾿ᄑ￯﾿ᄑ” can anyone help me. Thanks

    #213181
    VN
    Member

    To nguoi dau ten
    bạn có thể vào trong này, con AI có thể giúp bạn. vui lòng cho nó biết bạn cần làm điều gì, mô tã rõ chi tiết, thì sẽ chính xác hơn, Hoặc nhóm có thể giúp bạn. nếu bạn muốn.
    https://groups.google.com/g/developerpaltalk/c/WpoXtibgZhs

    #213182

    I’m trying to use SendMessageW to send paltalk messages through RichEdit20W with Vietnamese content but when I send it, I get a font error like the image attached

    Attachments:
    #213226
    AhFox
    Member

    The RichEdit20W is very tricky. Did you manage to try with AutomationElement and use this:

    Dim hwnd = element.Current.NativeWindowHandle
    Dim input = CType(element.GetCurrentPattern(ValuePattern.Pattern), ValuePattern)
    input.SetValue(txt)
    WinAPIService.PostMessage(hwnd, WinAPIService.WM_KEYDOWN, WinAPIService.VK_RETURN, 0)
    WinAPIService.PostMessage(hwnd, WinAPIService.WM_KEYUP, WinAPIService.VK_RETURN, 0)

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.