type github.com/gotd/td/tg.MessageActionSetChatTheme
31 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L4885: type MessageActionSetChatTheme struct {
tl_message_action_gen.go#L4894: func (m MessageActionSetChatTheme) construct() MessageActionClass { return &m }
tl_message_action_gen.go#L4898: _ bin.Encoder = &MessageActionSetChatTheme{}
tl_message_action_gen.go#L4899: _ bin.Decoder = &MessageActionSetChatTheme{}
tl_message_action_gen.go#L4900: _ bin.BareEncoder = &MessageActionSetChatTheme{}
tl_message_action_gen.go#L4901: _ bin.BareDecoder = &MessageActionSetChatTheme{}
tl_message_action_gen.go#L4903: _ MessageActionClass = &MessageActionSetChatTheme{}
tl_message_action_gen.go#L4906: func (m *MessageActionSetChatTheme) Zero() bool {
tl_message_action_gen.go#L4918: func (m *MessageActionSetChatTheme) String() string {
tl_message_action_gen.go#L4922: type Alias MessageActionSetChatTheme
tl_message_action_gen.go#L4927: func (m *MessageActionSetChatTheme) FillFrom(from interface {
tl_message_action_gen.go#L4936: func (*MessageActionSetChatTheme) TypeID() uint32 {
tl_message_action_gen.go#L4941: func (*MessageActionSetChatTheme) TypeName() string {
tl_message_action_gen.go#L4946: func (m *MessageActionSetChatTheme) TypeInfo() tdp.Type {
tl_message_action_gen.go#L4965: func (m *MessageActionSetChatTheme) Encode(b *bin.Buffer) error {
tl_message_action_gen.go#L4974: func (m *MessageActionSetChatTheme) EncodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L4983: func (m *MessageActionSetChatTheme) Decode(b *bin.Buffer) error {
tl_message_action_gen.go#L4994: func (m *MessageActionSetChatTheme) DecodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L5009: func (m *MessageActionSetChatTheme) GetEmoticon() (value string) {
tl_message_action_gen.go#L7967: v := MessageActionSetChatTheme{}
tl_message_action_slices_gen.go#L408: value, ok := elem.(*MessageActionSetChatTheme)
tl_message_action_slices_gen.go#L2353: type MessageActionSetChatThemeArray []MessageActionSetChatTheme
tl_message_action_slices_gen.go#L2356: func (s MessageActionSetChatThemeArray) Sort(less func(a, b MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
tl_message_action_slices_gen.go#L2364: func (s MessageActionSetChatThemeArray) SortStable(less func(a, b MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
tl_message_action_slices_gen.go#L2372: func (s MessageActionSetChatThemeArray) Retain(keep func(x MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
tl_message_action_slices_gen.go#L2386: func (s MessageActionSetChatThemeArray) First() (v MessageActionSetChatTheme, ok bool) {
tl_message_action_slices_gen.go#L2394: func (s MessageActionSetChatThemeArray) Last() (v MessageActionSetChatTheme, ok bool) {
tl_message_action_slices_gen.go#L2402: func (s *MessageActionSetChatThemeArray) PopFirst() (v MessageActionSetChatTheme, ok bool) {
tl_message_action_slices_gen.go#L2412: var zero MessageActionSetChatTheme
tl_message_action_slices_gen.go#L2421: func (s *MessageActionSetChatThemeArray) Pop() (v MessageActionSetChatTheme, ok bool) {
tl_registry_gen.go#L3741: MessageActionSetChatThemeTypeID: func() bin.Object { return &MessageActionSetChatTheme{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |