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

35 uses

	github.com/gotd/td/tg (current package)
		tl_chat_participant_gen.go#L362: type ChatParticipantAdmin struct {
		tl_chat_participant_gen.go#L375: func (c ChatParticipantAdmin) construct() ChatParticipantClass { return &c }
		tl_chat_participant_gen.go#L379: 	_ bin.Encoder     = &ChatParticipantAdmin{}
		tl_chat_participant_gen.go#L380: 	_ bin.Decoder     = &ChatParticipantAdmin{}
		tl_chat_participant_gen.go#L381: 	_ bin.BareEncoder = &ChatParticipantAdmin{}
		tl_chat_participant_gen.go#L382: 	_ bin.BareDecoder = &ChatParticipantAdmin{}
		tl_chat_participant_gen.go#L384: 	_ ChatParticipantClass = &ChatParticipantAdmin{}
		tl_chat_participant_gen.go#L387: func (c *ChatParticipantAdmin) Zero() bool {
		tl_chat_participant_gen.go#L405: func (c *ChatParticipantAdmin) String() string {
		tl_chat_participant_gen.go#L409: 	type Alias ChatParticipantAdmin
		tl_chat_participant_gen.go#L414: func (c *ChatParticipantAdmin) FillFrom(from interface {
		tl_chat_participant_gen.go#L427: func (*ChatParticipantAdmin) TypeID() uint32 {
		tl_chat_participant_gen.go#L432: func (*ChatParticipantAdmin) TypeName() string {
		tl_chat_participant_gen.go#L437: func (c *ChatParticipantAdmin) TypeInfo() tdp.Type {
		tl_chat_participant_gen.go#L464: func (c *ChatParticipantAdmin) Encode(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L473: func (c *ChatParticipantAdmin) EncodeBare(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L484: func (c *ChatParticipantAdmin) Decode(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L495: func (c *ChatParticipantAdmin) DecodeBare(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L524: func (c *ChatParticipantAdmin) GetUserID() (value int64) {
		tl_chat_participant_gen.go#L532: func (c *ChatParticipantAdmin) GetInviterID() (value int64) {
		tl_chat_participant_gen.go#L540: func (c *ChatParticipantAdmin) GetDate() (value int) {
		tl_chat_participant_gen.go#L611: 		v := ChatParticipantAdmin{}
		tl_chat_participant_slices_gen.go#L148: 		value, ok := elem.(*ChatParticipantAdmin)
		tl_chat_participant_slices_gen.go#L337: type ChatParticipantAdminArray []ChatParticipantAdmin
		tl_chat_participant_slices_gen.go#L340: func (s ChatParticipantAdminArray) Sort(less func(a, b ChatParticipantAdmin) bool) ChatParticipantAdminArray {
		tl_chat_participant_slices_gen.go#L348: func (s ChatParticipantAdminArray) SortStable(less func(a, b ChatParticipantAdmin) bool) ChatParticipantAdminArray {
		tl_chat_participant_slices_gen.go#L356: func (s ChatParticipantAdminArray) Retain(keep func(x ChatParticipantAdmin) bool) ChatParticipantAdminArray {
		tl_chat_participant_slices_gen.go#L370: func (s ChatParticipantAdminArray) First() (v ChatParticipantAdmin, ok bool) {
		tl_chat_participant_slices_gen.go#L378: func (s ChatParticipantAdminArray) Last() (v ChatParticipantAdmin, ok bool) {
		tl_chat_participant_slices_gen.go#L386: func (s *ChatParticipantAdminArray) PopFirst() (v ChatParticipantAdmin, ok bool) {
		tl_chat_participant_slices_gen.go#L396: 	var zero ChatParticipantAdmin
		tl_chat_participant_slices_gen.go#L405: func (s *ChatParticipantAdminArray) Pop() (v ChatParticipantAdmin, ok bool) {
		tl_chat_participant_slices_gen.go#L420: 	return s.Sort(func(a, b ChatParticipantAdmin) bool {
		tl_chat_participant_slices_gen.go#L427: 	return s.SortStable(func(a, b ChatParticipantAdmin) bool {
		tl_registry_gen.go#L3689: 		ChatParticipantAdminTypeID:                               func() bin.Object { return &ChatParticipantAdmin{} },