class Telegram::API::VoiceChatScheduled

Overview

This object represents a service message about a voice chat scheduled in the chat.

Defined in:

telegram/api/generated/types.cr

Constructors

Instance Method Summary

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.


[View source]
def self.new(start_date : Int32) #

[View source]

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


[View source]
def start_date=(start_date : Int32) #

Point in time (Unix timestamp) when the voice chat is supposed to be started by a chat administrator


[View source]