type github.com/gotd/td/tg.MessageActionSetChatTheme
31 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L5013: type MessageActionSetChatTheme struct {
tl_message_action_gen.go#L5022: func (m MessageActionSetChatTheme) construct() MessageActionClass { return &m }
tl_message_action_gen.go#L5026: _ bin.Encoder = &MessageActionSetChatTheme{}
tl_message_action_gen.go#L5027: _ bin.Decoder = &MessageActionSetChatTheme{}
tl_message_action_gen.go#L5028: _ bin.BareEncoder = &MessageActionSetChatTheme{}
tl_message_action_gen.go#L5029: _ bin.BareDecoder = &MessageActionSetChatTheme{}
tl_message_action_gen.go#L5031: _ MessageActionClass = &MessageActionSetChatTheme{}
tl_message_action_gen.go#L5034: func (m *MessageActionSetChatTheme) Zero() bool {
tl_message_action_gen.go#L5046: func (m *MessageActionSetChatTheme) String() string {
tl_message_action_gen.go#L5050: type Alias MessageActionSetChatTheme
tl_message_action_gen.go#L5055: func (m *MessageActionSetChatTheme) FillFrom(from interface {
tl_message_action_gen.go#L5064: func (*MessageActionSetChatTheme) TypeID() uint32 {
tl_message_action_gen.go#L5069: func (*MessageActionSetChatTheme) TypeName() string {
tl_message_action_gen.go#L5074: func (m *MessageActionSetChatTheme) TypeInfo() tdp.Type {
tl_message_action_gen.go#L5093: func (m *MessageActionSetChatTheme) Encode(b *bin.Buffer) error {
tl_message_action_gen.go#L5102: func (m *MessageActionSetChatTheme) EncodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L5116: func (m *MessageActionSetChatTheme) Decode(b *bin.Buffer) error {
tl_message_action_gen.go#L5127: func (m *MessageActionSetChatTheme) DecodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L5142: func (m *MessageActionSetChatTheme) GetTheme() (value ChatThemeClass) {
tl_message_action_gen.go#L15656: v := MessageActionSetChatTheme{}
tl_message_action_slices_gen.go#L408: value, ok := elem.(*MessageActionSetChatTheme)
tl_message_action_slices_gen.go#L2704: type MessageActionSetChatThemeArray []MessageActionSetChatTheme
tl_message_action_slices_gen.go#L2707: func (s MessageActionSetChatThemeArray) Sort(less func(a, b MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
tl_message_action_slices_gen.go#L2715: func (s MessageActionSetChatThemeArray) SortStable(less func(a, b MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
tl_message_action_slices_gen.go#L2723: func (s MessageActionSetChatThemeArray) Retain(keep func(x MessageActionSetChatTheme) bool) MessageActionSetChatThemeArray {
tl_message_action_slices_gen.go#L2737: func (s MessageActionSetChatThemeArray) First() (v MessageActionSetChatTheme, ok bool) {
tl_message_action_slices_gen.go#L2745: func (s MessageActionSetChatThemeArray) Last() (v MessageActionSetChatTheme, ok bool) {
tl_message_action_slices_gen.go#L2753: func (s *MessageActionSetChatThemeArray) PopFirst() (v MessageActionSetChatTheme, ok bool) {
tl_message_action_slices_gen.go#L2763: var zero MessageActionSetChatTheme
tl_message_action_slices_gen.go#L2772: func (s *MessageActionSetChatThemeArray) Pop() (v MessageActionSetChatTheme, ok bool) {
tl_registry_gen.go#L5040: MessageActionSetChatThemeTypeID: func() bin.Object { return &MessageActionSetChatTheme{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |