TelepathyIM / telepathy-spec

Telepathy D-Bus API specification
https://telepathy.freedesktop.org/spec/
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Develop Connection.Interface.ChatRead (WIP) #23

Open Kaffeine opened 4 years ago

Kaffeine commented 4 years ago

Objects implementing this interface must also implement: org.freedesktop.Telepathy.Connection.

Methods

MarkRead (a{sv}: ChannelRequest, s: Message_Token) -> void

Parameters:

Mark the referenced Channel history as read.

Possible Errors:

MarkUnread (a{sv}: ChannelRequest) -> void

Parameters:

Manually mark a Channel as unread.

Signals

MarkedRead (a{sv}: ChannelRequest, s: Message_Token)

Properties

ReadReportingSupport — u (Read_Reporting_Support_Flags)

Types

Read_Reporting_Support_Flags — u

See also

https://core.telegram.org/method/messages.getUnreadMentions https://core.telegram.org/method/messages.readHistory https://core.telegram.org/method/messages.readMentions https://core.telegram.org/method/messages.readMessageContents https://core.telegram.org/method/messages.markDialogUnread