type github.com/gotd/td/tg.MessageActionNewCreatorPending

31 uses

	github.com/gotd/td/tg (current package)
		tl_message_action_gen.go#L14203: type MessageActionNewCreatorPending struct {
		tl_message_action_gen.go#L14213: func (m MessageActionNewCreatorPending) construct() MessageActionClass { return &m }
		tl_message_action_gen.go#L14217: 	_ bin.Encoder     = &MessageActionNewCreatorPending{}
		tl_message_action_gen.go#L14218: 	_ bin.Decoder     = &MessageActionNewCreatorPending{}
		tl_message_action_gen.go#L14219: 	_ bin.BareEncoder = &MessageActionNewCreatorPending{}
		tl_message_action_gen.go#L14220: 	_ bin.BareDecoder = &MessageActionNewCreatorPending{}
		tl_message_action_gen.go#L14222: 	_ MessageActionClass = &MessageActionNewCreatorPending{}
		tl_message_action_gen.go#L14225: func (m *MessageActionNewCreatorPending) Zero() bool {
		tl_message_action_gen.go#L14237: func (m *MessageActionNewCreatorPending) String() string {
		tl_message_action_gen.go#L14241: 	type Alias MessageActionNewCreatorPending
		tl_message_action_gen.go#L14246: func (m *MessageActionNewCreatorPending) FillFrom(from interface {
		tl_message_action_gen.go#L14255: func (*MessageActionNewCreatorPending) TypeID() uint32 {
		tl_message_action_gen.go#L14260: func (*MessageActionNewCreatorPending) TypeName() string {
		tl_message_action_gen.go#L14265: func (m *MessageActionNewCreatorPending) TypeInfo() tdp.Type {
		tl_message_action_gen.go#L14284: func (m *MessageActionNewCreatorPending) Encode(b *bin.Buffer) error {
		tl_message_action_gen.go#L14293: func (m *MessageActionNewCreatorPending) EncodeBare(b *bin.Buffer) error {
		tl_message_action_gen.go#L14302: func (m *MessageActionNewCreatorPending) Decode(b *bin.Buffer) error {
		tl_message_action_gen.go#L14313: func (m *MessageActionNewCreatorPending) DecodeBare(b *bin.Buffer) error {
		tl_message_action_gen.go#L14328: func (m *MessageActionNewCreatorPending) GetNewCreatorID() (value int64) {
		tl_message_action_gen.go#L15880: 		v := MessageActionNewCreatorPending{}
		tl_message_action_slices_gen.go#L811: 		value, ok := elem.(*MessageActionNewCreatorPending)
		tl_message_action_slices_gen.go#L5246: type MessageActionNewCreatorPendingArray []MessageActionNewCreatorPending
		tl_message_action_slices_gen.go#L5249: func (s MessageActionNewCreatorPendingArray) Sort(less func(a, b MessageActionNewCreatorPending) bool) MessageActionNewCreatorPendingArray {
		tl_message_action_slices_gen.go#L5257: func (s MessageActionNewCreatorPendingArray) SortStable(less func(a, b MessageActionNewCreatorPending) bool) MessageActionNewCreatorPendingArray {
		tl_message_action_slices_gen.go#L5265: func (s MessageActionNewCreatorPendingArray) Retain(keep func(x MessageActionNewCreatorPending) bool) MessageActionNewCreatorPendingArray {
		tl_message_action_slices_gen.go#L5279: func (s MessageActionNewCreatorPendingArray) First() (v MessageActionNewCreatorPending, ok bool) {
		tl_message_action_slices_gen.go#L5287: func (s MessageActionNewCreatorPendingArray) Last() (v MessageActionNewCreatorPending, ok bool) {
		tl_message_action_slices_gen.go#L5295: func (s *MessageActionNewCreatorPendingArray) PopFirst() (v MessageActionNewCreatorPending, ok bool) {
		tl_message_action_slices_gen.go#L5305: 	var zero MessageActionNewCreatorPending
		tl_message_action_slices_gen.go#L5314: func (s *MessageActionNewCreatorPendingArray) Pop() (v MessageActionNewCreatorPending, ok bool) {
		tl_registry_gen.go#L5072: 		MessageActionNewCreatorPendingTypeID:                     func() bin.Object { return &MessageActionNewCreatorPending{} },