class
TD::ChatSource::PublicServiceAnnouncement
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_source/public_service_announcement.crConstructors
- .new(type : String, text : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #object_type : String
- #object_type=(object_type : String)
- #text : String
- #text=(text : String)
- #type : String
- #type=(type : String)