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

34 uses

	github.com/gotd/td/tg (current package)
		tl_chat_participant_gen.go#L305: type ChatParticipantCreator struct {
		tl_chat_participant_gen.go#L326: func (c ChatParticipantCreator) construct() ChatParticipantClass { return &c }
		tl_chat_participant_gen.go#L330: 	_ bin.Encoder     = &ChatParticipantCreator{}
		tl_chat_participant_gen.go#L331: 	_ bin.Decoder     = &ChatParticipantCreator{}
		tl_chat_participant_gen.go#L332: 	_ bin.BareEncoder = &ChatParticipantCreator{}
		tl_chat_participant_gen.go#L333: 	_ bin.BareDecoder = &ChatParticipantCreator{}
		tl_chat_participant_gen.go#L335: 	_ ChatParticipantClass = &ChatParticipantCreator{}
		tl_chat_participant_gen.go#L338: func (c *ChatParticipantCreator) Zero() bool {
		tl_chat_participant_gen.go#L356: func (c *ChatParticipantCreator) String() string {
		tl_chat_participant_gen.go#L360: 	type Alias ChatParticipantCreator
		tl_chat_participant_gen.go#L365: func (c *ChatParticipantCreator) FillFrom(from interface {
		tl_chat_participant_gen.go#L379: func (*ChatParticipantCreator) TypeID() uint32 {
		tl_chat_participant_gen.go#L384: func (*ChatParticipantCreator) TypeName() string {
		tl_chat_participant_gen.go#L389: func (c *ChatParticipantCreator) TypeInfo() tdp.Type {
		tl_chat_participant_gen.go#L413: func (c *ChatParticipantCreator) SetFlags() {
		tl_chat_participant_gen.go#L420: func (c *ChatParticipantCreator) Encode(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L429: func (c *ChatParticipantCreator) EncodeBare(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L445: func (c *ChatParticipantCreator) Decode(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L456: func (c *ChatParticipantCreator) DecodeBare(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L483: func (c *ChatParticipantCreator) GetUserID() (value int64) {
		tl_chat_participant_gen.go#L491: func (c *ChatParticipantCreator) SetRank(value string) {
		tl_chat_participant_gen.go#L498: func (c *ChatParticipantCreator) GetRank() (value string, ok bool) {
		tl_chat_participant_gen.go#L840: 		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#L4984: 		ChatParticipantCreatorTypeID:                             func() bin.Object { return &ChatParticipantCreator{} },