TwilioConversationsChannel class

Inheritance
Annotations
  • @JS('Twilio.Conversations.Conversation')

Constructors

TwilioConversationsChannel()
factory

Properties

attributes JSMap
getter/setter pair
createdBy String?
getter/setter pair
dateCreated ↔ dynamic
getter/setter pair
dateUpdated ↔ dynamic
getter/setter pair
friendlyName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastMessage LastMessage?
getter/setter pair
lastReadMessageIndex int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sid String
no setter
state ConversationState?
getter/setter pair
status String?
getter/setter pair
uniqueName String?
getter/setter pair

Methods

getAttributes() → dynamic
getMessages(int? pageSize, int? anchor, String? direction) → dynamic
getMessagesCount() → dynamic
getUnreadMessagesCount() Future<int?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
off(String eventName, Function listener) → dynamic
inherited
on(String eventName, Function listener) → dynamic
inherited
prepareMessage() MessageBuilder
send() → dynamic
setAllMessagesRead() → dynamic
toString() String
A string representation of this object.
inherited
typing() Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited