We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should mimic functionality found for groups in iOS, Android, and RN.
create
FfiXmtpClient
FfiLogger
FfiInboxOwner
account_address()
installation_id()
libXMTPConversations
register_identity
list_my_installations()
revoke_installation()
newGroup()
create_group()
listGroups
libXMTPConversations.list()
list(includeGroups: Boolean = false)
libXMTPConversations.stream()
stream(includeGroups:Boolean = false)
sync
streamAllMessages(includeGroups: Boolean = false)
id()
send()
sync()
find_messages()
list_members()
add_members()
remove_members()
stream()
leave()
can_message()
is_active
The text was updated successfully, but these errors were encountered:
rygine
No branches or pull requests
Group Chat
Should mimic functionality found for groups in iOS, Android, and RN.
create
method on client to also create aFfiXmtpClient
#281FfiLogger
#280FfiInboxOwner
so it can be used to create both V2 and V3 clients #279FfiXmtpClient
exists get address fromaccount_address()
#278FfiXmtpClient
exists store a reference toinstallation_id()
#277libXMTPConversations
#276FfiXmtpClient
exists client create should callregister_identity
#275list_my_installations()
#274revoke_installation()
#273newGroup()
--create_group()
#272listGroups
--libXMTPConversations.list()
#271list(includeGroups: Boolean = false)
#270libXMTPConversations.stream()
#269stream(includeGroups:Boolean = false)
#268sync
groups so that the libxmtp database gets updated #267streamAllMessages(includeGroups: Boolean = false)
#266id()
equivalent to existing topic #265send()
messages of any content type #264sync()
#263find_messages()
as Decoded and Decrypted Messages #262list_members()
#261add_members()
#260remove_members()
#259stream()
#258leave()
#257can_message()
#256is_active
#251Nice to have
The text was updated successfully, but these errors were encountered: