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

56 uses

	github.com/gotd/td/tg (current package)
		tl_chat_invite_gen.go#L178: type ChatInvite struct {
		tl_chat_invite_gen.go#L242: func (c ChatInvite) construct() ChatInviteClass { return &c }
		tl_chat_invite_gen.go#L246: 	_ bin.Encoder     = &ChatInvite{}
		tl_chat_invite_gen.go#L247: 	_ bin.Decoder     = &ChatInvite{}
		tl_chat_invite_gen.go#L248: 	_ bin.BareEncoder = &ChatInvite{}
		tl_chat_invite_gen.go#L249: 	_ bin.BareDecoder = &ChatInvite{}
		tl_chat_invite_gen.go#L251: 	_ ChatInviteClass = &ChatInvite{}
		tl_chat_invite_gen.go#L254: func (c *ChatInvite) Zero() bool {
		tl_chat_invite_gen.go#L308: func (c *ChatInvite) String() string {
		tl_chat_invite_gen.go#L312: 	type Alias ChatInvite
		tl_chat_invite_gen.go#L317: func (c *ChatInvite) FillFrom(from interface {
		tl_chat_invite_gen.go#L358: func (*ChatInvite) TypeID() uint32 {
		tl_chat_invite_gen.go#L363: func (*ChatInvite) TypeName() string {
		tl_chat_invite_gen.go#L368: func (c *ChatInvite) TypeInfo() tdp.Type {
		tl_chat_invite_gen.go#L449: func (c *ChatInvite) SetFlags() {
		tl_chat_invite_gen.go#L483: func (c *ChatInvite) Encode(b *bin.Buffer) error {
		tl_chat_invite_gen.go#L492: func (c *ChatInvite) EncodeBare(b *bin.Buffer) error {
		tl_chat_invite_gen.go#L527: func (c *ChatInvite) Decode(b *bin.Buffer) error {
		tl_chat_invite_gen.go#L538: func (c *ChatInvite) DecodeBare(b *bin.Buffer) error {
		tl_chat_invite_gen.go#L611: func (c *ChatInvite) SetChannel(value bool) {
		tl_chat_invite_gen.go#L622: func (c *ChatInvite) GetChannel() (value bool) {
		tl_chat_invite_gen.go#L630: func (c *ChatInvite) SetBroadcast(value bool) {
		tl_chat_invite_gen.go#L641: func (c *ChatInvite) GetBroadcast() (value bool) {
		tl_chat_invite_gen.go#L649: func (c *ChatInvite) SetPublic(value bool) {
		tl_chat_invite_gen.go#L660: func (c *ChatInvite) GetPublic() (value bool) {
		tl_chat_invite_gen.go#L668: func (c *ChatInvite) SetMegagroup(value bool) {
		tl_chat_invite_gen.go#L679: func (c *ChatInvite) GetMegagroup() (value bool) {
		tl_chat_invite_gen.go#L687: func (c *ChatInvite) SetRequestNeeded(value bool) {
		tl_chat_invite_gen.go#L698: func (c *ChatInvite) GetRequestNeeded() (value bool) {
		tl_chat_invite_gen.go#L706: func (c *ChatInvite) SetVerified(value bool) {
		tl_chat_invite_gen.go#L717: func (c *ChatInvite) GetVerified() (value bool) {
		tl_chat_invite_gen.go#L725: func (c *ChatInvite) SetScam(value bool) {
		tl_chat_invite_gen.go#L736: func (c *ChatInvite) GetScam() (value bool) {
		tl_chat_invite_gen.go#L744: func (c *ChatInvite) SetFake(value bool) {
		tl_chat_invite_gen.go#L755: func (c *ChatInvite) GetFake() (value bool) {
		tl_chat_invite_gen.go#L763: func (c *ChatInvite) GetTitle() (value string) {
		tl_chat_invite_gen.go#L771: func (c *ChatInvite) SetAbout(value string) {
		tl_chat_invite_gen.go#L778: func (c *ChatInvite) GetAbout() (value string, ok bool) {
		tl_chat_invite_gen.go#L789: func (c *ChatInvite) GetPhoto() (value PhotoClass) {
		tl_chat_invite_gen.go#L797: func (c *ChatInvite) GetParticipantsCount() (value int) {
		tl_chat_invite_gen.go#L805: func (c *ChatInvite) SetParticipants(value []UserClass) {
		tl_chat_invite_gen.go#L812: func (c *ChatInvite) GetParticipants() (value []UserClass, ok bool) {
		tl_chat_invite_gen.go#L823: func (c *ChatInvite) GetColor() (value int) {
		tl_chat_invite_gen.go#L831: func (c *ChatInvite) MapParticipants() (value UserClassArray, ok bool) {
		tl_chat_invite_gen.go#L1060: 		v := ChatInvite{}
		tl_chat_invite_slices_gen.go#L135: 		value, ok := elem.(*ChatInvite)
		tl_chat_invite_slices_gen.go#L241: type ChatInviteArray []ChatInvite
		tl_chat_invite_slices_gen.go#L244: func (s ChatInviteArray) Sort(less func(a, b ChatInvite) bool) ChatInviteArray {
		tl_chat_invite_slices_gen.go#L252: func (s ChatInviteArray) SortStable(less func(a, b ChatInvite) bool) ChatInviteArray {
		tl_chat_invite_slices_gen.go#L260: func (s ChatInviteArray) Retain(keep func(x ChatInvite) bool) ChatInviteArray {
		tl_chat_invite_slices_gen.go#L274: func (s ChatInviteArray) First() (v ChatInvite, ok bool) {
		tl_chat_invite_slices_gen.go#L282: func (s ChatInviteArray) Last() (v ChatInvite, ok bool) {
		tl_chat_invite_slices_gen.go#L290: func (s *ChatInviteArray) PopFirst() (v ChatInvite, ok bool) {
		tl_chat_invite_slices_gen.go#L300: 	var zero ChatInvite
		tl_chat_invite_slices_gen.go#L309: func (s *ChatInviteArray) Pop() (v ChatInvite, ok bool) {
		tl_registry_gen.go#L4088: 		ChatInviteTypeID:                                         func() bin.Object { return &ChatInvite{} },