class Telegram::API::VoiceChatScheduled
- Telegram::API::VoiceChatScheduled
- Telegram::API::Type
- Reference
- Object
Overview
This object represents a service message about a voice chat scheduled in the chat.
Defined in:
telegram/api/generated/types.crConstructors
-
.new(pull : JSON::PullParser)
This object represents a service message about a voice chat scheduled in the chat.
- .new(start_date : Int32)
Instance Method Summary
-
#start_date : Int32
Point in time (Unix timestamp) when the voice chat is supposed to be started by a chat administrator
-
#start_date=(start_date : Int32)
Point in time (Unix timestamp) when the voice chat is supposed to be started by a chat administrator
Instance methods inherited from class Telegram::API::Type
==(other)
==,
client
client
Constructor methods inherited from class Telegram::API::Type
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(pull : JSON::PullParser)
#
This object represents a service message about a voice chat scheduled in the chat.
Instance Method Detail
def start_date : Int32
#
Point in time (Unix timestamp) when the voice chat is supposed to be started by a chat administrator
def start_date=(start_date : Int32)
#
Point in time (Unix timestamp) when the voice chat is supposed to be started by a chat administrator