TalkApi class
Provides KakaoTalk API.
Constructors
- TalkApi.new(Dio _dio)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
channelAddUrl(
String channelId) → Future< Uri> -
channelChatUrl(
String channelId) → Future< Uri> -
customMemo(
int templateId, {Map< String, String> ? templateArgs}) → Future<void> -
customMessage(
List< String> receiverUuids, int templateId, {Map<String, String> ? templateArgs}) → Future<MessageSendResult> -
defaultMemo(
DefaultTemplate template) → Future< void> -
defaultMessage(
List< String> receiverUuids, DefaultTemplate template) → Future<MessageSendResult> -
friends(
{int? offset, int? limit, FriendOrder? friendOrder, String? order}) → Future< Friends> - Fetches a list of current user's KakaoTalk friends.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
plusFriends(
[List< String> ? publicIds]) → Future<Channels> -
profile(
) → Future< TalkProfile> - Fetches current user's KakaoTalk profile.
-
scrapMemo(
String url, {int? templateId, Map< String, String> ? templateArgs}) → Future<void> -
scrapMessage(
List< String> receiverUuids, String url, {int? templateId, Map<String, String> ? templateArgs}) → Future<MessageSendResult> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited