Class TdApi.GetChatAvailableMessageSenders

  • Enclosing class:
    TdApi

    public static class TdApi.GetChatAvailableMessageSenders
    extends TdApi.Function
    Returns list of message sender identifiers, which can be used to send messages in a chat.

    Returns MessageSenders

    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetChatAvailableMessageSenders

        public GetChatAvailableMessageSenders()
        Default constructor for a function, which returns list of message sender identifiers, which can be used to send messages in a chat.

        Returns MessageSenders

      • GetChatAvailableMessageSenders

        public GetChatAvailableMessageSenders​(long chatId)
        Creates a function, which returns list of message sender identifiers, which can be used to send messages in a chat.

        Returns MessageSenders

        Parameters:
        chatId - Chat identifier.