chat_bsky_convo_defs library

Classes

ConvoView
https://atprotodart.com/docs/lexicons/chat/bsky/convo/defs#convoview
ConvoViewConverter
DeletedMessageView
https://atprotodart.com/docs/lexicons/chat/bsky/convo/defs#deletedmessageview
DeletedMessageViewConverter
LogBeginConvo
https://atprotodart.com/docs/lexicons/chat/bsky/convo/defs#logbeginconvo
LogBeginConvoConverter
LogCreateMessage
https://atprotodart.com/docs/lexicons/chat/bsky/convo/defs#logcreatemessage
LogCreateMessageConverter
LogDeleteMessage
https://atprotodart.com/docs/lexicons/chat/bsky/convo/defs#logdeletemessage
LogDeleteMessageConverter
LogLeaveConvo
https://atprotodart.com/docs/lexicons/chat/bsky/convo/defs#logleaveconvo
LogLeaveConvoConverter
MessageInput
https://atprotodart.com/docs/lexicons/chat/bsky/convo/defs#messageinput
MessageInputConverter
MessageRef
https://atprotodart.com/docs/lexicons/chat/bsky/convo/defs#messageref
MessageRefConverter
MessageView
https://atprotodart.com/docs/lexicons/chat/bsky/convo/defs#messageview
MessageViewConverter
MessageViewSender
https://atprotodart.com/docs/lexicons/chat/bsky/convo/defs#messageviewsender
MessageViewSenderConverter
UConvoViewLastMessage
UConvoViewLastMessageConverter
UConvoViewLastMessageDeletedMessageView
UConvoViewLastMessageMessageView
UConvoViewLastMessageUnknown
ULogCreateMessageMessage
ULogCreateMessageMessageConverter
ULogCreateMessageMessageDeletedMessageView
ULogCreateMessageMessageMessageView
ULogCreateMessageMessageUnknown
ULogDeleteMessageMessage
ULogDeleteMessageMessageConverter
ULogDeleteMessageMessageDeletedMessageView
ULogDeleteMessageMessageMessageView
ULogDeleteMessageMessageUnknown
UMessageInputEmbed
UMessageInputEmbedConverter
UMessageInputEmbedRecord
UMessageInputEmbedUnknown
UMessageViewEmbed
UMessageViewEmbedConverter
UMessageViewEmbedRecordView
UMessageViewEmbedUnknown

Functions

isConvoView(Map<String, dynamic>? object) bool
Returns true if object is ConvoView, otherwise false.
isDeletedMessageView(Map<String, dynamic>? object) bool
Returns true if object is DeletedMessageView, otherwise false.
isLogBeginConvo(Map<String, dynamic>? object) bool
Returns true if object is LogBeginConvo, otherwise false.
isLogCreateMessage(Map<String, dynamic>? object) bool
Returns true if object is LogCreateMessage, otherwise false.
isLogDeleteMessage(Map<String, dynamic>? object) bool
Returns true if object is LogDeleteMessage, otherwise false.
isLogLeaveConvo(Map<String, dynamic>? object) bool
Returns true if object is LogLeaveConvo, otherwise false.
isMessageInput(Map<String, dynamic>? object) bool
Returns true if object is MessageInput, otherwise false.
isMessageRef(Map<String, dynamic>? object) bool
Returns true if object is MessageRef, otherwise false.
isMessageView(Map<String, dynamic>? object) bool
Returns true if object is MessageView, otherwise false.
isMessageViewSender(Map<String, dynamic>? object) bool
Returns true if object is MessageViewSender, otherwise false.