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

31 uses

	github.com/gotd/td/tg (current package)
		tl_chat_participant_gen.go#L227: type ChatParticipantCreator struct {
		tl_chat_participant_gen.go#L236: func (c ChatParticipantCreator) construct() ChatParticipantClass { return &c }
		tl_chat_participant_gen.go#L240: 	_ bin.Encoder     = &ChatParticipantCreator{}
		tl_chat_participant_gen.go#L241: 	_ bin.Decoder     = &ChatParticipantCreator{}
		tl_chat_participant_gen.go#L242: 	_ bin.BareEncoder = &ChatParticipantCreator{}
		tl_chat_participant_gen.go#L243: 	_ bin.BareDecoder = &ChatParticipantCreator{}
		tl_chat_participant_gen.go#L245: 	_ ChatParticipantClass = &ChatParticipantCreator{}
		tl_chat_participant_gen.go#L248: func (c *ChatParticipantCreator) Zero() bool {
		tl_chat_participant_gen.go#L260: func (c *ChatParticipantCreator) String() string {
		tl_chat_participant_gen.go#L264: 	type Alias ChatParticipantCreator
		tl_chat_participant_gen.go#L269: func (c *ChatParticipantCreator) FillFrom(from interface {
		tl_chat_participant_gen.go#L278: func (*ChatParticipantCreator) TypeID() uint32 {
		tl_chat_participant_gen.go#L283: func (*ChatParticipantCreator) TypeName() string {
		tl_chat_participant_gen.go#L288: func (c *ChatParticipantCreator) TypeInfo() tdp.Type {
		tl_chat_participant_gen.go#L307: func (c *ChatParticipantCreator) Encode(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L316: func (c *ChatParticipantCreator) EncodeBare(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L325: func (c *ChatParticipantCreator) Decode(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L336: func (c *ChatParticipantCreator) DecodeBare(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L351: func (c *ChatParticipantCreator) GetUserID() (value int64) {
		tl_chat_participant_gen.go#L604: 		v := ChatParticipantCreator{}
		tl_chat_participant_slices_gen.go#L135: 		value, ok := elem.(*ChatParticipantCreator)
		tl_chat_participant_slices_gen.go#L255: type ChatParticipantCreatorArray []ChatParticipantCreator
		tl_chat_participant_slices_gen.go#L258: func (s ChatParticipantCreatorArray) Sort(less func(a, b ChatParticipantCreator) bool) ChatParticipantCreatorArray {
		tl_chat_participant_slices_gen.go#L266: func (s ChatParticipantCreatorArray) SortStable(less func(a, b ChatParticipantCreator) bool) ChatParticipantCreatorArray {
		tl_chat_participant_slices_gen.go#L274: func (s ChatParticipantCreatorArray) Retain(keep func(x ChatParticipantCreator) bool) ChatParticipantCreatorArray {
		tl_chat_participant_slices_gen.go#L288: func (s ChatParticipantCreatorArray) First() (v ChatParticipantCreator, ok bool) {
		tl_chat_participant_slices_gen.go#L296: func (s ChatParticipantCreatorArray) Last() (v ChatParticipantCreator, ok bool) {
		tl_chat_participant_slices_gen.go#L304: func (s *ChatParticipantCreatorArray) PopFirst() (v ChatParticipantCreator, ok bool) {
		tl_chat_participant_slices_gen.go#L314: 	var zero ChatParticipantCreator
		tl_chat_participant_slices_gen.go#L323: func (s *ChatParticipantCreatorArray) Pop() (v ChatParticipantCreator, ok bool) {
		tl_registry_gen.go#L3688: 		ChatParticipantCreatorTypeID:                             func() bin.Object { return &ChatParticipantCreator{} },