type github.com/gotd/td/tg.ChatInvite
64 uses
github.com/gotd/td/tg (current package)
tl_chat_invite_gen.go#L178: type ChatInvite struct {
tl_chat_invite_gen.go#L272: func (c ChatInvite) construct() ChatInviteClass { return &c }
tl_chat_invite_gen.go#L276: _ bin.Encoder = &ChatInvite{}
tl_chat_invite_gen.go#L277: _ bin.Decoder = &ChatInvite{}
tl_chat_invite_gen.go#L278: _ bin.BareEncoder = &ChatInvite{}
tl_chat_invite_gen.go#L279: _ bin.BareDecoder = &ChatInvite{}
tl_chat_invite_gen.go#L281: _ ChatInviteClass = &ChatInvite{}
tl_chat_invite_gen.go#L284: func (c *ChatInvite) Zero() bool {
tl_chat_invite_gen.go#L350: func (c *ChatInvite) String() string {
tl_chat_invite_gen.go#L354: type Alias ChatInvite
tl_chat_invite_gen.go#L359: func (c *ChatInvite) FillFrom(from interface {
tl_chat_invite_gen.go#L417: func (*ChatInvite) TypeID() uint32 {
tl_chat_invite_gen.go#L422: func (*ChatInvite) TypeName() string {
tl_chat_invite_gen.go#L427: func (c *ChatInvite) TypeInfo() tdp.Type {
tl_chat_invite_gen.go#L528: func (c *ChatInvite) SetFlags() {
tl_chat_invite_gen.go#L574: func (c *ChatInvite) Encode(b *bin.Buffer) error {
tl_chat_invite_gen.go#L583: func (c *ChatInvite) EncodeBare(b *bin.Buffer) error {
tl_chat_invite_gen.go#L631: func (c *ChatInvite) Decode(b *bin.Buffer) error {
tl_chat_invite_gen.go#L642: func (c *ChatInvite) DecodeBare(b *bin.Buffer) error {
tl_chat_invite_gen.go#L733: func (c *ChatInvite) SetChannel(value bool) {
tl_chat_invite_gen.go#L744: func (c *ChatInvite) GetChannel() (value bool) {
tl_chat_invite_gen.go#L752: func (c *ChatInvite) SetBroadcast(value bool) {
tl_chat_invite_gen.go#L763: func (c *ChatInvite) GetBroadcast() (value bool) {
tl_chat_invite_gen.go#L771: func (c *ChatInvite) SetPublic(value bool) {
tl_chat_invite_gen.go#L782: func (c *ChatInvite) GetPublic() (value bool) {
tl_chat_invite_gen.go#L790: func (c *ChatInvite) SetMegagroup(value bool) {
tl_chat_invite_gen.go#L801: func (c *ChatInvite) GetMegagroup() (value bool) {
tl_chat_invite_gen.go#L809: func (c *ChatInvite) SetRequestNeeded(value bool) {
tl_chat_invite_gen.go#L820: func (c *ChatInvite) GetRequestNeeded() (value bool) {
tl_chat_invite_gen.go#L828: func (c *ChatInvite) SetVerified(value bool) {
tl_chat_invite_gen.go#L839: func (c *ChatInvite) GetVerified() (value bool) {
tl_chat_invite_gen.go#L847: func (c *ChatInvite) SetScam(value bool) {
tl_chat_invite_gen.go#L858: func (c *ChatInvite) GetScam() (value bool) {
tl_chat_invite_gen.go#L866: func (c *ChatInvite) SetFake(value bool) {
tl_chat_invite_gen.go#L877: func (c *ChatInvite) GetFake() (value bool) {
tl_chat_invite_gen.go#L885: func (c *ChatInvite) SetCanRefulfillSubscription(value bool) {
tl_chat_invite_gen.go#L896: func (c *ChatInvite) GetCanRefulfillSubscription() (value bool) {
tl_chat_invite_gen.go#L904: func (c *ChatInvite) GetTitle() (value string) {
tl_chat_invite_gen.go#L912: func (c *ChatInvite) SetAbout(value string) {
tl_chat_invite_gen.go#L919: func (c *ChatInvite) GetAbout() (value string, ok bool) {
tl_chat_invite_gen.go#L930: func (c *ChatInvite) GetPhoto() (value PhotoClass) {
tl_chat_invite_gen.go#L938: func (c *ChatInvite) GetParticipantsCount() (value int) {
tl_chat_invite_gen.go#L946: func (c *ChatInvite) SetParticipants(value []UserClass) {
tl_chat_invite_gen.go#L953: func (c *ChatInvite) GetParticipants() (value []UserClass, ok bool) {
tl_chat_invite_gen.go#L964: func (c *ChatInvite) GetColor() (value int) {
tl_chat_invite_gen.go#L972: func (c *ChatInvite) SetSubscriptionPricing(value StarsSubscriptionPricing) {
tl_chat_invite_gen.go#L979: func (c *ChatInvite) GetSubscriptionPricing() (value StarsSubscriptionPricing, ok bool) {
tl_chat_invite_gen.go#L990: func (c *ChatInvite) SetSubscriptionFormID(value int64) {
tl_chat_invite_gen.go#L997: func (c *ChatInvite) GetSubscriptionFormID() (value int64, ok bool) {
tl_chat_invite_gen.go#L1008: func (c *ChatInvite) SetBotVerification(value BotVerification) {
tl_chat_invite_gen.go#L1015: func (c *ChatInvite) GetBotVerification() (value BotVerification, ok bool) {
tl_chat_invite_gen.go#L1026: func (c *ChatInvite) MapParticipants() (value UserClassArray, ok bool) {
tl_chat_invite_gen.go#L1260: 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#L5470: ChatInviteTypeID: func() bin.Object { return &ChatInvite{} },
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |