type github.com/gotd/td/tg.ChannelParticipantCreator
35 uses
github.com/gotd/td/tg (current package)
tl_channel_participant_gen.go#L672: type ChannelParticipantCreator struct {
tl_channel_participant_gen.go#L695: func (c ChannelParticipantCreator) construct() ChannelParticipantClass { return &c }
tl_channel_participant_gen.go#L699: _ bin.Encoder = &ChannelParticipantCreator{}
tl_channel_participant_gen.go#L700: _ bin.Decoder = &ChannelParticipantCreator{}
tl_channel_participant_gen.go#L701: _ bin.BareEncoder = &ChannelParticipantCreator{}
tl_channel_participant_gen.go#L702: _ bin.BareDecoder = &ChannelParticipantCreator{}
tl_channel_participant_gen.go#L704: _ ChannelParticipantClass = &ChannelParticipantCreator{}
tl_channel_participant_gen.go#L707: func (c *ChannelParticipantCreator) Zero() bool {
tl_channel_participant_gen.go#L728: func (c *ChannelParticipantCreator) String() string {
tl_channel_participant_gen.go#L732: type Alias ChannelParticipantCreator
tl_channel_participant_gen.go#L737: func (c *ChannelParticipantCreator) FillFrom(from interface {
tl_channel_participant_gen.go#L753: func (*ChannelParticipantCreator) TypeID() uint32 {
tl_channel_participant_gen.go#L758: func (*ChannelParticipantCreator) TypeName() string {
tl_channel_participant_gen.go#L763: func (c *ChannelParticipantCreator) TypeInfo() tdp.Type {
tl_channel_participant_gen.go#L791: func (c *ChannelParticipantCreator) SetFlags() {
tl_channel_participant_gen.go#L798: func (c *ChannelParticipantCreator) Encode(b *bin.Buffer) error {
tl_channel_participant_gen.go#L807: func (c *ChannelParticipantCreator) EncodeBare(b *bin.Buffer) error {
tl_channel_participant_gen.go#L826: func (c *ChannelParticipantCreator) Decode(b *bin.Buffer) error {
tl_channel_participant_gen.go#L837: func (c *ChannelParticipantCreator) DecodeBare(b *bin.Buffer) error {
tl_channel_participant_gen.go#L869: func (c *ChannelParticipantCreator) GetUserID() (value int64) {
tl_channel_participant_gen.go#L877: func (c *ChannelParticipantCreator) GetAdminRights() (value ChatAdminRights) {
tl_channel_participant_gen.go#L885: func (c *ChannelParticipantCreator) SetRank(value string) {
tl_channel_participant_gen.go#L892: func (c *ChannelParticipantCreator) GetRank() (value string, ok bool) {
tl_channel_participant_gen.go#L1854: v := ChannelParticipantCreator{}
tl_channel_participant_slices_gen.go#L148: value, ok := elem.(*ChannelParticipantCreator)
tl_channel_participant_slices_gen.go#L390: type ChannelParticipantCreatorArray []ChannelParticipantCreator
tl_channel_participant_slices_gen.go#L393: func (s ChannelParticipantCreatorArray) Sort(less func(a, b ChannelParticipantCreator) bool) ChannelParticipantCreatorArray {
tl_channel_participant_slices_gen.go#L401: func (s ChannelParticipantCreatorArray) SortStable(less func(a, b ChannelParticipantCreator) bool) ChannelParticipantCreatorArray {
tl_channel_participant_slices_gen.go#L409: func (s ChannelParticipantCreatorArray) Retain(keep func(x ChannelParticipantCreator) bool) ChannelParticipantCreatorArray {
tl_channel_participant_slices_gen.go#L423: func (s ChannelParticipantCreatorArray) First() (v ChannelParticipantCreator, ok bool) {
tl_channel_participant_slices_gen.go#L431: func (s ChannelParticipantCreatorArray) Last() (v ChannelParticipantCreator, ok bool) {
tl_channel_participant_slices_gen.go#L439: func (s *ChannelParticipantCreatorArray) PopFirst() (v ChannelParticipantCreator, ok bool) {
tl_channel_participant_slices_gen.go#L449: var zero ChannelParticipantCreator
tl_channel_participant_slices_gen.go#L458: func (s *ChannelParticipantCreatorArray) Pop() (v ChannelParticipantCreator, ok bool) {
tl_registry_gen.go#L5549: ChannelParticipantCreatorTypeID: func() bin.Object { return &ChannelParticipantCreator{} },
![]() |
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. |