type github.com/gotd/td/tg.ChatInviteExported
58 uses
github.com/gotd/td/tg (current package)
tl_exported_chat_invite_gen.go#L38: type ChatInviteExported struct {
tl_exported_chat_invite_gen.go#L104: func (c ChatInviteExported) construct() ExportedChatInviteClass { return &c }
tl_exported_chat_invite_gen.go#L108: _ bin.Encoder = &ChatInviteExported{}
tl_exported_chat_invite_gen.go#L109: _ bin.Decoder = &ChatInviteExported{}
tl_exported_chat_invite_gen.go#L110: _ bin.BareEncoder = &ChatInviteExported{}
tl_exported_chat_invite_gen.go#L111: _ bin.BareDecoder = &ChatInviteExported{}
tl_exported_chat_invite_gen.go#L113: _ ExportedChatInviteClass = &ChatInviteExported{}
tl_exported_chat_invite_gen.go#L116: func (c *ChatInviteExported) Zero() bool {
tl_exported_chat_invite_gen.go#L170: func (c *ChatInviteExported) String() string {
tl_exported_chat_invite_gen.go#L174: type Alias ChatInviteExported
tl_exported_chat_invite_gen.go#L179: func (c *ChatInviteExported) FillFrom(from interface {
tl_exported_chat_invite_gen.go#L238: func (*ChatInviteExported) TypeID() uint32 {
tl_exported_chat_invite_gen.go#L243: func (*ChatInviteExported) TypeName() string {
tl_exported_chat_invite_gen.go#L248: func (c *ChatInviteExported) TypeInfo() tdp.Type {
tl_exported_chat_invite_gen.go#L330: func (c *ChatInviteExported) SetFlags() {
tl_exported_chat_invite_gen.go#L367: func (c *ChatInviteExported) Encode(b *bin.Buffer) error {
tl_exported_chat_invite_gen.go#L376: func (c *ChatInviteExported) EncodeBare(b *bin.Buffer) error {
tl_exported_chat_invite_gen.go#L417: func (c *ChatInviteExported) Decode(b *bin.Buffer) error {
tl_exported_chat_invite_gen.go#L428: func (c *ChatInviteExported) DecodeBare(b *bin.Buffer) error {
tl_exported_chat_invite_gen.go#L519: func (c *ChatInviteExported) SetRevoked(value bool) {
tl_exported_chat_invite_gen.go#L530: func (c *ChatInviteExported) GetRevoked() (value bool) {
tl_exported_chat_invite_gen.go#L538: func (c *ChatInviteExported) SetPermanent(value bool) {
tl_exported_chat_invite_gen.go#L549: func (c *ChatInviteExported) GetPermanent() (value bool) {
tl_exported_chat_invite_gen.go#L557: func (c *ChatInviteExported) SetRequestNeeded(value bool) {
tl_exported_chat_invite_gen.go#L568: func (c *ChatInviteExported) GetRequestNeeded() (value bool) {
tl_exported_chat_invite_gen.go#L576: func (c *ChatInviteExported) GetLink() (value string) {
tl_exported_chat_invite_gen.go#L584: func (c *ChatInviteExported) GetAdminID() (value int64) {
tl_exported_chat_invite_gen.go#L592: func (c *ChatInviteExported) GetDate() (value int) {
tl_exported_chat_invite_gen.go#L600: func (c *ChatInviteExported) SetStartDate(value int) {
tl_exported_chat_invite_gen.go#L607: func (c *ChatInviteExported) GetStartDate() (value int, ok bool) {
tl_exported_chat_invite_gen.go#L618: func (c *ChatInviteExported) SetExpireDate(value int) {
tl_exported_chat_invite_gen.go#L625: func (c *ChatInviteExported) GetExpireDate() (value int, ok bool) {
tl_exported_chat_invite_gen.go#L636: func (c *ChatInviteExported) SetUsageLimit(value int) {
tl_exported_chat_invite_gen.go#L643: func (c *ChatInviteExported) GetUsageLimit() (value int, ok bool) {
tl_exported_chat_invite_gen.go#L654: func (c *ChatInviteExported) SetUsage(value int) {
tl_exported_chat_invite_gen.go#L661: func (c *ChatInviteExported) GetUsage() (value int, ok bool) {
tl_exported_chat_invite_gen.go#L672: func (c *ChatInviteExported) SetRequested(value int) {
tl_exported_chat_invite_gen.go#L679: func (c *ChatInviteExported) GetRequested() (value int, ok bool) {
tl_exported_chat_invite_gen.go#L690: func (c *ChatInviteExported) SetSubscriptionExpired(value int) {
tl_exported_chat_invite_gen.go#L697: func (c *ChatInviteExported) GetSubscriptionExpired() (value int, ok bool) {
tl_exported_chat_invite_gen.go#L708: func (c *ChatInviteExported) SetTitle(value string) {
tl_exported_chat_invite_gen.go#L715: func (c *ChatInviteExported) GetTitle() (value string, ok bool) {
tl_exported_chat_invite_gen.go#L726: func (c *ChatInviteExported) SetSubscriptionPricing(value StarsSubscriptionPricing) {
tl_exported_chat_invite_gen.go#L733: func (c *ChatInviteExported) GetSubscriptionPricing() (value StarsSubscriptionPricing, ok bool) {
tl_exported_chat_invite_gen.go#L899: v := ChatInviteExported{}
tl_exported_chat_invite_slices_gen.go#L122: value, ok := elem.(*ChatInviteExported)
tl_exported_chat_invite_slices_gen.go#L133: type ChatInviteExportedArray []ChatInviteExported
tl_exported_chat_invite_slices_gen.go#L136: func (s ChatInviteExportedArray) Sort(less func(a, b ChatInviteExported) bool) ChatInviteExportedArray {
tl_exported_chat_invite_slices_gen.go#L144: func (s ChatInviteExportedArray) SortStable(less func(a, b ChatInviteExported) bool) ChatInviteExportedArray {
tl_exported_chat_invite_slices_gen.go#L152: func (s ChatInviteExportedArray) Retain(keep func(x ChatInviteExported) bool) ChatInviteExportedArray {
tl_exported_chat_invite_slices_gen.go#L166: func (s ChatInviteExportedArray) First() (v ChatInviteExported, ok bool) {
tl_exported_chat_invite_slices_gen.go#L174: func (s ChatInviteExportedArray) Last() (v ChatInviteExported, ok bool) {
tl_exported_chat_invite_slices_gen.go#L182: func (s *ChatInviteExportedArray) PopFirst() (v ChatInviteExported, ok bool) {
tl_exported_chat_invite_slices_gen.go#L192: var zero ChatInviteExported
tl_exported_chat_invite_slices_gen.go#L201: func (s *ChatInviteExportedArray) Pop() (v ChatInviteExported, ok bool) {
tl_exported_chat_invite_slices_gen.go#L216: return s.Sort(func(a, b ChatInviteExported) bool {
tl_exported_chat_invite_slices_gen.go#L223: return s.SortStable(func(a, b ChatInviteExported) bool {
tl_registry_gen.go#L5467: ChatInviteExportedTypeID: func() bin.Object { return &ChatInviteExported{} },
 |
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. |