ThreadMessagesFileClient class

Constructors

ThreadMessagesFileClient({required ThreadMessageClient messageClient, required String apiKey})

Properties

apiKey String
final
hashCode int
The hash code for this object.
no setterinherited
messageClient ThreadMessageClient
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

list(dynamic threadID, dynamic messageID, String order, {String? after, String? before, int? limit = 20}) Future<ThreadMessageFileListModel?>
LIST A THREAD MESSAGE FILES
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve(dynamic threadID, dynamic messageID, dynamic fileID) Future<ThreadMessageFileModel?>
RETRIEVE A MESSAGE BY ID
toString() String
A string representation of this object.
inherited

Operators

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