Sha256: e78a992e755d6acbe4b2a077faefbcb20f56ad4d9b08d4a888ba736f578e699f
Contents?: true
Size: 360 Bytes
Versions: 5
Compression:
Stored size: 360 Bytes
Contents
module TD::Types # A message with a location. # # @attr is_live [Boolean] True, if the location is live. # @attr is_pinned [Boolean] True, if the message is a pinned message with the specified content. class PushMessageContent::Location < PushMessageContent attribute :is_live, TD::Types::Bool attribute :is_pinned, TD::Types::Bool end end
Version data entries
5 entries across 5 versions & 2 rubygems