class Telegram::API::VoiceChatEnded
- Telegram::API::VoiceChatEnded
- Telegram::API::Type
- Reference
- Object
Overview
This object represents a service message about a voice chat ended in the chat.
Defined in:
telegram/api/generated/types.crConstructors
-
.new(pull : JSON::PullParser)
This object represents a service message about a voice chat ended in the chat.
- .new(duration : Int32)
Instance Method Summary
-
#duration : Int32
Voice chat duration in seconds
-
#duration=(duration : Int32)
Voice chat duration in seconds
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 ended in the chat.