class Tourmaline::DirectMessagePriceChanged

Overview

Describes a service message about a change in the price of direct messages sent to a channel chat.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(are_direct_messages_enabled : Bool, direct_message_star_count : Int32 | Int64 | Nil = nil) #

[View source]

Instance Method Detail

def are_direct_messages_enabled=(are_direct_messages_enabled : Bool) #

True, if direct messages are enabled for the channel chat; false otherwise


[View source]
def are_direct_messages_enabled? : Bool #

True, if direct messages are enabled for the channel chat; false otherwise


[View source]
def direct_message_star_count : Int32 | Int64 | Nil #

Optional. The new number of Telegram Stars that must be paid by users for each direct message sent to the channel. Does not apply to users who have been exempted by administrators. Defaults to 0.


[View source]
def direct_message_star_count=(direct_message_star_count : Int32 | Int64 | Nil) #

Optional. The new number of Telegram Stars that must be paid by users for each direct message sent to the channel. Does not apply to users who have been exempted by administrators. Defaults to 0.


[View source]